projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da6b134
)
(Fget_buffer_create): Initialize BUF_OVERLAY_MODIFF.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 16 Sep 1996 09:32:54 +0000
(09:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 16 Sep 1996 09:32:54 +0000
(09:32 +0000)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index def9c1041dcd592c6bd7f9e6586906c94737153f..6b59badadb1e33e8594a62f82ebdadc2e3f7f365 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-313,6
+313,7
@@
The value is never nil.")
BUF_ZV (b) = 1;
BUF_Z (b) = 1;
BUF_MODIFF (b) = 1;
+ BUF_OVERLAY_MODIFF (b) = 1;
BUF_SAVE_MODIFF (b) = 1;
BUF_INTERVALS (b) = 0;